home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 July
/
Macworld (1999-07).dmg
/
Serious Software
/
OpenWorld demo 2.0
/
OpenWorld plug-ins
/
AppleScript
/
Big File
next >
Wrap
Text File
|
1999-04-28
|
146b
|
7 lines
set mySize to [file size?null]
if mySize > 1024 then
return "Wow! this is a big file, bigger then 1K"
else
return "This is a small file"
end if